home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / Internal_36.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  247 b   |  15 lines

  1. on mouseUp
  2.   global hl_mode
  3.   if hl_mode = 1 then
  4.     set hl_mode to 0
  5.     set the visible of sprite 10 to 1
  6.     updateStage()
  7.     ClrCursorS()
  8.     KasiCursor(2)
  9.     KasiCursor(3)
  10.     KasiCursor(4)
  11.     KasiCursor(5)
  12.     KasiCursor(6)
  13.   end if
  14. end
  15.